Controlling and Monitoring Device Drivers
You can use either theControl
orPBControl
function to send control information to a device driver, and you can use theStatus
orPBStatus
function to obtain status information from a device driver. The Device Manager also provides theKillIO
andPBKillIO
functions for terminating all requests in a driver I/O queue.The
PBControl
,PBStatus
, andPBKillIO
functions use theCntrlParam
structure, described on page 1-53.
Subtopics
- Control
- PBControl
- Status
- PBStatus
- KillIO
- PBKillIO